﻿2026-07-22T17:27:18.5127926Z ##[group]Run set -euo pipefail
2026-07-22T17:27:18.5128201Z [36;1mset -euo pipefail[0m
2026-07-22T17:27:18.5128404Z [36;1mPIN=0c95435[0m
2026-07-22T17:27:18.5128595Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-22T17:27:18.5128830Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-22T17:27:18.5129244Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-22T17:27:18.5129644Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-22T17:27:18.5130051Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-22T17:27:18.5130394Z [36;1m  rm -rf "$CACHE"[0m
2026-07-22T17:27:18.5130611Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-22T17:27:18.5130871Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-22T17:27:18.5131176Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-22T17:27:18.5131487Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-22T17:27:18.5131725Z [36;1mfi[0m
2026-07-22T17:27:18.5131983Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-22T17:27:18.5144493Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-22T17:27:18.5144759Z env:
2026-07-22T17:27:18.5144940Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-22T17:27:18.5145160Z ##[endgroup]
2026-07-22T17:27:18.8042149Z    Compiling proc-macro2 v1.0.106
2026-07-22T17:27:18.8042571Z    Compiling quote v1.0.45
2026-07-22T17:27:18.8042842Z    Compiling unicode-ident v1.0.24
2026-07-22T17:27:18.8043342Z    Compiling libc v0.2.186
2026-07-22T17:27:18.8045385Z    Compiling serde_core v1.0.228
2026-07-22T17:27:18.8045714Z    Compiling cfg-if v1.0.4
2026-07-22T17:27:18.8067973Z    Compiling serde v1.0.228
2026-07-22T17:27:18.8113287Z    Compiling log v0.4.32
2026-07-22T17:27:18.8144831Z    Compiling pin-project-lite v0.2.17
2026-07-22T17:27:18.8162233Z    Compiling typenum v1.20.1
2026-07-22T17:27:18.8163354Z    Compiling portable-atomic v1.13.1
2026-07-22T17:27:18.8164353Z    Compiling version_check v0.9.5
2026-07-22T17:27:18.8206793Z    Compiling memchr v2.8.1
2026-07-22T17:27:18.8285208Z    Compiling shlex v2.0.1
2026-07-22T17:27:18.8331533Z    Compiling critical-section v1.2.0
2026-07-22T17:27:18.8630835Z    Compiling find-msvc-tools v0.1.9
2026-07-22T17:27:18.8977527Z    Compiling subtle v2.6.1
2026-07-22T17:27:18.9119503Z    Compiling futures-core v0.3.32
2026-07-22T17:27:18.9531142Z    Compiling bytes v1.11.1
2026-07-22T17:27:19.0781528Z    Compiling smallvec v1.15.1
2026-07-22T17:27:19.1007341Z    Compiling equivalent v1.0.2
2026-07-22T17:27:19.1060917Z    Compiling itoa v1.0.18
2026-07-22T17:27:19.1061585Z    Compiling semver v1.0.28
2026-07-22T17:27:19.1225631Z    Compiling stable_deref_trait v1.2.1
2026-07-22T17:27:19.1729412Z    Compiling futures-io v0.3.32
2026-07-22T17:27:19.1838034Z    Compiling slab v0.4.12
2026-07-22T17:27:19.1973477Z    Compiling futures-sink v0.3.32
2026-07-22T17:27:19.2050994Z    Compiling futures-task v0.3.32
2026-07-22T17:27:19.2453659Z    Compiling generic-array v0.14.7
2026-07-22T17:27:19.2730249Z    Compiling futures-channel v0.3.32
2026-07-22T17:27:19.3005682Z    Compiling rand_core v0.10.1
2026-07-22T17:27:19.3461547Z    Compiling hashbrown v0.17.1
2026-07-22T17:27:19.3680248Z    Compiling bitflags v2.12.1
2026-07-22T17:27:19.3855363Z    Compiling rustversion v1.0.22
2026-07-22T17:27:19.4390615Z    Compiling rustc_version v0.4.1
2026-07-22T17:27:19.4588396Z    Compiling getrandom v0.4.2
2026-07-22T17:27:19.4673305Z    Compiling cpufeatures v0.2.17
2026-07-22T17:27:19.4711284Z    Compiling fnv v1.0.7
2026-07-22T17:27:19.5430511Z    Compiling strsim v0.11.1
2026-07-22T17:27:19.5550907Z    Compiling cfg_aliases v0.2.1
2026-07-22T17:27:19.5660355Z    Compiling litemap v0.8.2
2026-07-22T17:27:19.6354100Z    Compiling writeable v0.6.3
2026-07-22T17:27:19.6514607Z    Compiling ident_case v1.0.1
2026-07-22T17:27:19.7226852Z    Compiling dunce v1.0.5
2026-07-22T17:27:19.7831873Z    Compiling icu_normalizer_data v2.2.0
2026-07-22T17:27:19.7944664Z    Compiling icu_properties_data v2.2.0
2026-07-22T17:27:19.8100750Z    Compiling fs_extra v1.3.0
2026-07-22T17:27:19.8141541Z    Compiling utf8_iter v1.0.4
2026-07-22T17:27:19.8181095Z    Compiling autocfg v1.5.1
2026-07-22T17:27:19.8481278Z    Compiling percent-encoding v2.3.2
2026-07-22T17:27:19.9490863Z    Compiling http v1.4.1
2026-07-22T17:27:20.0738607Z    Compiling unicode-segmentation v1.13.3
2026-07-22T17:27:20.0930858Z    Compiling thiserror v2.0.18
2026-07-22T17:27:20.1151032Z    Compiling aws-lc-rs v1.17.0
2026-07-22T17:27:20.1420915Z    Compiling cpufeatures v0.3.0
2026-07-22T17:27:20.1604287Z    Compiling scopeguard v1.2.0
2026-07-22T17:27:20.1842224Z    Compiling form_urlencoded v1.2.2
2026-07-22T17:27:20.2058135Z    Compiling chacha20 v0.10.0
2026-07-22T17:27:20.2209157Z    Compiling syn v2.0.117
2026-07-22T17:27:20.2399056Z    Compiling lock_api v0.4.14
2026-07-22T17:27:20.3100688Z    Compiling indexmap v2.14.0
2026-07-22T17:27:20.3138831Z    Compiling untrusted v0.9.0
2026-07-22T17:27:20.3285401Z    Compiling rustls v0.23.40
2026-07-22T17:27:20.4035723Z    Compiling heck v0.5.0
2026-07-22T17:27:20.4175565Z    Compiling anyhow v1.0.102
2026-07-22T17:27:20.4320847Z    Compiling unicode-xid v0.2.6
2026-07-22T17:27:20.4581150Z    Compiling atomic-waker v1.1.2
2026-07-22T17:27:20.4820498Z    Compiling const-oid v0.10.2
2026-07-22T17:27:20.5259399Z    Compiling httparse v1.10.1
2026-07-22T17:27:20.5709619Z    Compiling jobserver v0.1.34
2026-07-22T17:27:20.5836059Z    Compiling convert_case v0.10.0
2026-07-22T17:27:20.5933879Z    Compiling parking_lot_core v0.9.12
2026-07-22T17:27:20.6154139Z    Compiling zerocopy v0.8.50
2026-07-22T17:27:20.6297867Z    Compiling paste v1.0.15
2026-07-22T17:27:20.6510721Z    Compiling num-traits v0.2.19
2026-07-22T17:27:20.6750480Z    Compiling hybrid-array v0.4.12
2026-07-22T17:27:20.7361238Z    Compiling curve25519-dalek v4.1.3
2026-07-22T17:27:20.8240500Z    Compiling crypto-common v0.1.7
2026-07-22T17:27:20.8480790Z    Compiling block-buffer v0.10.4
2026-07-22T17:27:20.8760898Z    Compiling cc v1.2.63
2026-07-22T17:27:20.9430883Z    Compiling ahash v0.8.12
2026-07-22T17:27:20.9610853Z    Compiling digest v0.10.7
2026-07-22T17:27:20.9731435Z    Compiling powerfmt v0.2.0
2026-07-22T17:27:20.9841191Z    Compiling either v1.16.0
2026-07-22T17:27:20.9898898Z    Compiling http-body v1.0.1
2026-07-22T17:27:20.9900144Z    Compiling fastrand v2.4.1
2026-07-22T17:27:21.0316280Z    Compiling base64ct v1.8.3
2026-07-22T17:27:21.2039795Z    Compiling mio v1.2.1
2026-07-22T17:27:21.2149230Z    Compiling socket2 v0.6.4
2026-07-22T17:27:21.2380603Z    Compiling getrandom v0.2.17
2026-07-22T17:27:21.3011228Z    Compiling deranged v0.5.8
2026-07-22T17:27:21.3670825Z    Compiling pem-rfc7468 v1.0.0
2026-07-22T17:27:21.4340918Z    Compiling rand_core v0.6.4
2026-07-22T17:27:21.4600613Z    Compiling base64 v0.22.1
2026-07-22T17:27:21.5618366Z    Compiling rand v0.10.1
2026-07-22T17:27:21.5850885Z    Compiling uuid v1.23.2
2026-07-22T17:27:21.5930642Z    Compiling time-core v0.1.8
2026-07-22T17:27:21.6120372Z    Compiling try-lock v0.2.5
2026-07-22T17:27:21.6600420Z    Compiling zmij v1.0.21
2026-07-22T17:27:21.6750719Z    Compiling data-encoding v2.11.0
2026-07-22T17:27:21.7270583Z    Compiling num-conv v0.2.2
2026-07-22T17:27:21.7430454Z    Compiling vcpkg v0.2.15
2026-07-22T17:27:21.8200592Z    Compiling tinyvec_macros v0.1.1
2026-07-22T17:27:21.8840405Z    Compiling pkg-config v0.3.33
2026-07-22T17:27:21.9090781Z    Compiling tower-service v0.3.3
2026-07-22T17:27:21.9840532Z    Compiling tinyvec v1.11.0
2026-07-22T17:27:21.9880646Z    Compiling want v0.3.1
2026-07-22T17:27:22.0135190Z    Compiling parking_lot v0.12.5
2026-07-22T17:27:22.0572034Z    Compiling block-buffer v0.12.0
2026-07-22T17:27:22.1070773Z    Compiling crypto-common v0.2.2
2026-07-22T17:27:22.1900661Z    Compiling sha2 v0.10.9
2026-07-22T17:27:22.2000367Z    Compiling inout v0.1.4
2026-07-22T17:27:22.2480301Z    Compiling vergen-lib v9.1.0
2026-07-22T17:27:22.3240631Z    Compiling cmake v0.1.58
2026-07-22T17:27:22.4100503Z    Compiling n0-future v0.3.2
2026-07-22T17:27:22.4156967Z    Compiling winnow v1.0.3
2026-07-22T17:27:22.4390653Z    Compiling httpdate v1.0.3
2026-07-22T17:27:22.5460960Z    Compiling diatomic-waker v0.2.3
2026-07-22T17:27:22.6750579Z    Compiling crossbeam-utils v0.8.21
2026-07-22T17:27:22.6940787Z    Compiling cordyceps v0.3.4
2026-07-22T17:27:22.7000783Z    Compiling signature v2.2.0
2026-07-22T17:27:22.7002158Z    Compiling parking v2.2.1
2026-07-22T17:27:22.7126781Z    Compiling serde_json v1.0.150
2026-07-22T17:27:22.7330533Z    Compiling spin v0.10.0
2026-07-22T17:27:22.7704802Z    Compiling cipher v0.4.4
2026-07-22T17:27:22.8170360Z    Compiling ed25519 v2.2.3
2026-07-22T17:27:22.8340606Z    Compiling futures-lite v2.6.1
2026-07-22T17:27:22.8459085Z    Compiling netlink-packet-core v0.8.1
2026-07-22T17:27:22.9137776Z    Compiling universal-hash v0.5.1
2026-07-22T17:27:22.9499073Z    Compiling vergen-lib v0.1.6
2026-07-22T17:27:23.0023560Z    Compiling digest v0.11.3
2026-07-22T17:27:23.0198067Z    Compiling futures-buffered v0.2.13
2026-07-22T17:27:23.0200034Z    Compiling vergen v9.1.0
2026-07-22T17:27:23.0335418Z    Compiling heapless v0.7.17
2026-07-22T17:27:23.0480802Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-22T17:27:23.0482320Z    Compiling noq-udp v0.10.0
2026-07-22T17:27:23.0665528Z    Compiling sync_wrapper v1.0.2
2026-07-22T17:27:23.1163707Z    Compiling opaque-debug v0.3.1
2026-07-22T17:27:23.1588771Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-22T17:27:23.1711160Z    Compiling byteorder v1.5.0
2026-07-22T17:27:23.1771099Z    Compiling aws-lc-sys v0.41.0
2026-07-22T17:27:23.1855013Z    Compiling ring v0.17.14
2026-07-22T17:27:23.2150430Z    Compiling libsqlite3-sys v0.30.1
2026-07-22T17:27:23.2170954Z    Compiling allocator-api2 v0.2.21
2026-07-22T17:27:23.3310651Z    Compiling polyval v0.6.2
2026-07-22T17:27:23.3849571Z    Compiling hash32 v0.2.1
2026-07-22T17:27:23.4610657Z    Compiling spin v0.9.8
2026-07-22T17:27:23.4920475Z    Compiling vergen-gitcl v1.0.8
2026-07-22T17:27:23.5811047Z    Compiling tower-layer v0.3.3
2026-07-22T17:27:23.5993573Z    Compiling ryu v1.0.23
2026-07-22T17:27:23.6443739Z    Compiling signature v3.0.0
2026-07-22T17:27:23.6760877Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-22T17:27:23.6850752Z    Compiling num_threads v0.1.7
2026-07-22T17:27:23.6891265Z    Compiling fallible-iterator v0.3.0
2026-07-22T17:27:23.7926994Z    Compiling time v0.3.47
2026-07-22T17:27:23.8086716Z    Compiling ghash v0.5.1
2026-07-22T17:27:23.8126935Z    Compiling sha2 v0.11.0-rc.5
2026-07-22T17:27:23.8244608Z    Compiling ctr v0.9.2
2026-07-22T17:27:23.8408311Z    Compiling aes v0.8.4
2026-07-22T17:27:23.9370665Z    Compiling fs2 v0.4.3
2026-07-22T17:27:24.0180514Z    Compiling http-body-util v0.1.3
2026-07-22T17:27:24.0840839Z    Compiling aead v0.5.2
2026-07-22T17:27:24.0931117Z    Compiling utf8parse v0.2.2
2026-07-22T17:27:24.1310421Z    Compiling arrayvec v0.7.6
2026-07-22T17:27:24.2096512Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-22T17:27:24.2190274Z    Compiling openssl-probe v0.2.1
2026-07-22T17:27:24.2316408Z    Compiling crossbeam-epoch v0.9.18
2026-07-22T17:27:24.3210574Z    Compiling crossbeam-channel v0.5.15
2026-07-22T17:27:24.3426331Z    Compiling netlink-packet-route v0.29.0
2026-07-22T17:27:24.3817800Z    Compiling blake3 v1.8.5
2026-07-22T17:27:24.4301902Z    Compiling aes-gcm v0.10.3
2026-07-22T17:27:24.4890389Z    Compiling memoffset v0.6.5
2026-07-22T17:27:24.6230728Z    Compiling acto v0.8.2
2026-07-22T17:27:24.6813224Z    Compiling netwatch v0.16.0
2026-07-22T17:27:24.6860452Z    Compiling noq v0.18.0
2026-07-22T17:27:24.7363070Z    Compiling mac-addr v0.3.0
2026-07-22T17:27:24.7540871Z    Compiling rustix v1.1.4
2026-07-22T17:27:24.8323214Z    Compiling foldhash v0.2.0
2026-07-22T17:27:24.9310690Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-22T17:27:24.9311416Z    Compiling rustc-hash v2.1.2
2026-07-22T17:27:24.9469965Z    Compiling ref-cast v1.0.25
2026-07-22T17:27:25.0290399Z    Compiling identity-hash v0.1.0
2026-07-22T17:27:25.0431129Z    Compiling thiserror v1.0.69
2026-07-22T17:27:25.0481263Z    Compiling xml-rs v0.8.28
2026-07-22T17:27:25.1218117Z    Compiling tagptr v0.2.0
2026-07-22T17:27:25.1430579Z    Compiling sorted-index-buffer v0.2.1
2026-07-22T17:27:25.1501107Z    Compiling lru-slab v0.1.2
2026-07-22T17:27:25.2885107Z    Compiling hashbrown v0.16.1
2026-07-22T17:27:25.3621266Z    Compiling netlink-packet-route v0.30.0
2026-07-22T17:27:25.4131038Z    Compiling errno v0.3.14
2026-07-22T17:27:25.4150274Z    Compiling serial-core v0.4.0
2026-07-22T17:27:25.4500691Z    Compiling synstructure v0.13.2
2026-07-22T17:27:25.5760479Z    Compiling darling_core v0.20.11
2026-07-22T17:27:25.5851296Z    Compiling serde_derive_internals v0.29.1
2026-07-22T17:27:25.9296686Z    Compiling proc-macro-crate v3.5.0
2026-07-22T17:27:26.1052326Z    Compiling xmltree v0.10.3
2026-07-22T17:27:26.1240795Z    Compiling ioctl-rs v0.1.6
2026-07-22T17:27:26.1290650Z    Compiling termios v0.2.2
2026-07-22T17:27:26.1502162Z    Compiling simple-dns v0.9.3
2026-07-22T17:27:26.2160753Z    Compiling aho-corasick v1.1.4
2026-07-22T17:27:26.2580570Z    Compiling regex-syntax v0.8.10
2026-07-22T17:27:26.2736511Z    Compiling resolv-conf v0.7.6
2026-07-22T17:27:26.3760462Z    Compiling linux-raw-sys v0.12.1
2026-07-22T17:27:26.3860440Z    Compiling toml_write v0.1.2
2026-07-22T17:27:26.5170726Z    Compiling simdutf8 v0.1.5
2026-07-22T17:27:26.6011681Z    Compiling constant_time_eq v0.4.2
2026-07-22T17:27:26.6260858Z    Compiling sha1_smol v1.0.1
2026-07-22T17:27:26.6760647Z    Compiling winnow v0.7.15
2026-07-22T17:27:26.7580256Z    Compiling arrayref v0.3.9
2026-07-22T17:27:26.7800952Z    Compiling smol_str v0.1.24
2026-07-22T17:27:26.8194462Z    Compiling signal-hook v0.3.18
2026-07-22T17:27:26.8690750Z    Compiling serial-unix v0.4.0
2026-07-22T17:27:26.9907345Z    Compiling lru v0.16.4
2026-07-22T17:27:27.0030561Z    Compiling signal-hook-registry v1.4.8
2026-07-22T17:27:27.0700574Z    Compiling darling_core v0.23.0
2026-07-22T17:27:27.2310451Z    Compiling serde_bytes v0.11.19
2026-07-22T17:27:27.3250679Z    Compiling hmac v0.12.1
2026-07-22T17:27:27.4610571Z    Compiling seize v0.5.1
2026-07-22T17:27:27.4740341Z    Compiling serde_derive v1.0.228
2026-07-22T17:27:27.4931656Z    Compiling zeroize_derive v1.4.3
2026-07-22T17:27:27.6381314Z    Compiling tokio-macros v2.7.0
2026-07-22T17:27:27.9080663Z    Compiling futures-macro v0.3.32
2026-07-22T17:27:28.1149283Z    Compiling zeroize v1.8.2
2026-07-22T17:27:28.2962060Z    Compiling zerofrom-derive v0.1.7
2026-07-22T17:27:28.3770086Z    Compiling tokio v1.52.3
2026-07-22T17:27:28.7853020Z    Compiling yoke-derive v0.8.2
2026-07-22T17:27:28.8390325Z    Compiling zerovec-derive v0.11.3
2026-07-22T17:27:28.9713876Z    Compiling futures-util v0.3.32
2026-07-22T17:27:29.2430283Z    Compiling displaydoc v0.2.6
2026-07-22T17:27:29.2786027Z    Compiling tracing-attributes v0.1.31
2026-07-22T17:27:29.7673720Z    Compiling zerofrom v0.1.8
2026-07-22T17:27:29.8810537Z    Compiling rustls-pki-types v1.14.1
2026-07-22T17:27:29.9129733Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-22T17:27:30.1261337Z    Compiling thiserror-impl v2.0.18
2026-07-22T17:27:30.1770454Z    Compiling yoke v0.8.3
2026-07-22T17:27:30.4344263Z    Compiling zerovec v0.11.6
2026-07-22T17:27:30.4873595Z    Compiling zerotrie v0.2.4
2026-07-22T17:27:30.6360749Z    Compiling darling_macro v0.20.11
2026-07-22T17:27:30.6580661Z    Compiling derive_more-impl v2.1.1
2026-07-22T17:27:30.7665664Z    Compiling n0-error-macros v0.1.3
2026-07-22T17:27:30.9571131Z    Compiling spez v0.1.2
2026-07-22T17:27:31.0591648Z    Compiling darling v0.20.11
2026-07-22T17:27:31.1346762Z    Compiling derive_builder_core v0.20.2
2026-07-22T17:27:31.1551705Z    Compiling der v0.8.0-rc.10
2026-07-22T17:27:31.4832136Z    Compiling tinystr v0.8.3
2026-07-22T17:27:31.4962987Z    Compiling potential_utf v0.1.5
2026-07-22T17:27:31.6646349Z    Compiling icu_collections v2.2.0
2026-07-22T17:27:31.7388747Z    Compiling icu_locale_core v2.2.0
2026-07-22T17:27:31.9890653Z    Compiling n0-error v0.1.3
2026-07-22T17:27:32.3598390Z    Compiling pin-project-internal v1.1.13
2026-07-22T17:27:32.4013332Z    Compiling cobs v0.3.0
2026-07-22T17:27:32.5823062Z    Compiling ed25519-dalek v2.2.0
2026-07-22T17:27:32.6030695Z    Compiling postcard-derive v0.2.2
2026-07-22T17:27:32.6740921Z    Compiling derive_builder_macro v0.20.2
2026-07-22T17:27:33.0171268Z    Compiling spki v0.8.0-rc.4
2026-07-22T17:27:33.1216645Z    Compiling icu_provider v2.2.0
2026-07-22T17:27:33.1630809Z    Compiling ipnet v2.12.0
2026-07-22T17:27:33.2140796Z    Compiling derive_builder v0.20.2
2026-07-22T17:27:33.2480665Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-22T17:27:33.4220715Z    Compiling futures-executor v0.3.32
2026-07-22T17:27:33.4320610Z    Compiling icu_normalizer v2.2.0
2026-07-22T17:27:33.5282303Z    Compiling icu_properties v2.2.0
2026-07-22T17:27:33.6380990Z    Compiling prefix-trie v0.8.4
2026-07-22T17:27:33.6543979Z    Compiling futures v0.3.32
2026-07-22T17:27:33.7320766Z    Compiling ed25519 v3.0.0-rc.4
2026-07-22T17:27:33.7617969Z    Compiling once_cell v1.21.4
2026-07-22T17:27:33.8880809Z    Compiling pin-project v1.1.13
2026-07-22T17:27:33.9678149Z    Compiling tracing-core v0.1.36
2026-07-22T17:27:34.2060873Z    Compiling spt-proto v0.40.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-07-22T17:27:34.2535064Z    Compiling hashbrown v0.14.5
2026-07-22T17:27:34.2650750Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-22T17:27:34.4370071Z    Compiling rustls-native-certs v0.8.4
2026-07-22T17:27:34.4731340Z    Compiling tracing v0.1.44
2026-07-22T17:27:34.6076194Z    Compiling tokio-util v0.7.18
2026-07-22T17:27:34.6771049Z    Compiling netlink-sys v0.8.8
2026-07-22T17:27:34.8228587Z    Compiling data-encoding-macro v0.1.20
2026-07-22T17:27:34.8791136Z    Compiling tower v0.5.3
2026-07-22T17:27:34.8869654Z    Compiling postcard v1.1.3
2026-07-22T17:27:34.9020502Z    Compiling num_enum_derive v0.7.6
2026-07-22T17:27:35.0208676Z    Compiling idna_adapter v1.2.2
2026-07-22T17:27:35.0278275Z    Compiling hashlink v0.9.1
2026-07-22T17:27:35.0480867Z    Compiling iroh-metrics-derive v0.4.1
2026-07-22T17:27:35.1360612Z    Compiling idna v1.1.0
2026-07-22T17:27:35.3520618Z    Compiling strum_macros v0.28.0
2026-07-22T17:27:35.4068635Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-22T17:27:35.4350771Z    Compiling enum-assoc v1.3.0
2026-07-22T17:27:35.5250393Z    Compiling derive_more v2.1.1
2026-07-22T17:27:35.5422060Z    Compiling async-trait v0.1.89
2026-07-22T17:27:35.5561742Z    Compiling iroh-relay v0.98.0
2026-07-22T17:27:35.5926489Z    Compiling url v2.5.8
2026-07-22T17:27:35.6991136Z    Compiling h2 v0.4.14
2026-07-22T17:27:35.7282948Z    Compiling rusqlite v0.32.1
2026-07-22T17:27:35.8155433Z    Compiling n0-watcher v0.6.1
2026-07-22T17:27:35.8258454Z    Compiling tokio-stream v0.1.18
2026-07-22T17:27:35.8703854Z    Compiling iroh-metrics v0.38.3
2026-07-22T17:27:36.0890384Z    Compiling num_enum v0.7.6
2026-07-22T17:27:36.1137591Z    Compiling netdev v0.42.0
2026-07-22T17:27:36.1818485Z    Compiling netlink-proto v0.12.0
2026-07-22T17:27:36.1831993Z    Compiling moka v0.12.15
2026-07-22T17:27:36.2378830Z    Compiling toml_datetime v0.6.11
2026-07-22T17:27:36.2560799Z    Compiling serde_spanned v0.6.9
2026-07-22T17:27:36.3870552Z    Compiling thiserror-impl v1.0.69
2026-07-22T17:27:36.4591305Z    Compiling ref-cast-impl v1.0.25
2026-07-22T17:27:36.4681513Z    Compiling toml_edit v0.22.27
2026-07-22T17:27:36.5058070Z    Compiling webpki-roots v1.0.7
2026-07-22T17:27:36.5920971Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-22T17:27:36.6675006Z    Compiling attohttpc v0.30.1
2026-07-22T17:27:36.7271418Z    Compiling tower-http v0.6.11
2026-07-22T17:27:37.0643841Z    Compiling spt-store v0.40.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-07-22T17:27:37.1840939Z    Compiling iroh-base v0.98.0
2026-07-22T17:27:37.3281113Z    Compiling regex-automata v0.4.14
2026-07-22T17:27:37.3501442Z    Compiling schemars_derive v1.2.1
2026-07-22T17:27:37.4502104Z    Compiling iroh v0.98.2
2026-07-22T17:27:37.7316062Z    Compiling pin-utils v0.1.0
2026-07-22T17:27:37.7388343Z    Compiling dyn-clone v1.0.20
2026-07-22T17:27:37.8200600Z    Compiling cmov v0.5.4
2026-07-22T17:27:37.8290803Z    Compiling bitflags v1.3.2
2026-07-22T17:27:37.8848528Z    Compiling rustix v0.38.44
2026-07-22T17:27:37.8959127Z    Compiling nix v0.25.1
2026-07-22T17:27:37.9607012Z    Compiling filedescriptor v0.8.3
2026-07-22T17:27:38.0770330Z    Compiling ctutils v0.4.2
2026-07-22T17:27:38.1060676Z    Compiling backon v1.6.0
2026-07-22T17:27:38.2649710Z    Compiling darling_macro v0.23.0
2026-07-22T17:27:38.2819887Z    Compiling strum v0.28.0
2026-07-22T17:27:38.3247507Z    Compiling papaya v0.2.4
2026-07-22T17:27:38.3730775Z    Compiling iroh-dns v0.98.0
2026-07-22T17:27:38.4050527Z    Compiling hkdf v0.12.4
2026-07-22T17:27:38.5391158Z    Compiling serial v0.4.0
2026-07-22T17:27:38.5503978Z    Compiling anstyle-parse v1.0.0
2026-07-22T17:27:38.6138810Z    Compiling vte_generate_state_changes v0.1.2
2026-07-22T17:27:38.6310472Z    Compiling foldhash v0.1.5
2026-07-22T17:27:38.7900807Z    Compiling anstyle-query v1.1.5
2026-07-22T17:27:38.8854456Z    Compiling is_terminal_polyfill v1.70.2
2026-07-22T17:27:38.8929506Z    Compiling shell-words v1.1.1
2026-07-22T17:27:38.8983290Z    Compiling unicode-width v0.2.0
2026-07-22T17:27:38.9039939Z    Compiling downcast-rs v1.2.1
2026-07-22T17:27:38.9118241Z    Compiling instability v0.3.12
2026-07-22T17:27:38.9301063Z    Compiling linux-raw-sys v0.4.15
2026-07-22T17:27:38.9516051Z    Compiling anstyle v1.0.14
2026-07-22T17:27:38.9642438Z    Compiling colorchoice v1.0.5
2026-07-22T17:27:38.9780783Z    Compiling vte v0.13.1
2026-07-22T17:27:39.0564149Z    Compiling hashbrown v0.15.5
2026-07-22T17:27:39.0681337Z    Compiling signal-hook-mio v0.2.5
2026-07-22T17:27:39.1028622Z    Compiling toml v0.8.23
2026-07-22T17:27:39.2228510Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-22T17:27:39.2330739Z    Compiling anstream v1.0.0
2026-07-22T17:27:39.2510751Z    Compiling darling v0.23.0
2026-07-22T17:27:39.3286639Z    Compiling spake2 v0.4.0
2026-07-22T17:27:39.4040795Z    Compiling schemars v1.2.1
2026-07-22T17:27:39.6567964Z    Compiling terminal_size v0.4.4
2026-07-22T17:27:39.6792828Z    Compiling strum_macros v0.26.4
2026-07-22T17:27:39.7991520Z    Compiling itertools v0.13.0
2026-07-22T17:27:39.8640691Z    Compiling sha1 v0.10.6
2026-07-22T17:27:40.2360520Z    Compiling regex v1.12.3
2026-07-22T17:27:40.2616866Z    Compiling castaway v0.2.4
2026-07-22T17:27:40.3470804Z    Compiling doctest-file v1.1.1
2026-07-22T17:27:40.3793660Z    Compiling clap_lex v1.1.0
2026-07-22T17:27:40.6588846Z    Compiling unicode-width v0.1.14
2026-07-22T17:27:40.7156894Z    Compiling indoc v2.0.7
2026-07-22T17:27:40.8392798Z    Compiling static_assertions v1.1.0
2026-07-22T17:27:40.9039666Z    Compiling compact_str v0.8.2
2026-07-22T17:27:40.9194876Z    Compiling interprocess v2.4.2
2026-07-22T17:27:40.9821093Z    Compiling clap_builder v4.6.0
2026-07-22T17:27:41.2901043Z    Compiling spt-msg v0.40.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-07-22T17:27:41.7725236Z    Compiling hyper v1.10.1
2026-07-22T17:27:41.8649931Z    Compiling spt-runtime v0.40.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-07-22T17:27:41.8820733Z    Compiling unicode-truncate v1.1.0
2026-07-22T17:27:42.0341190Z    Compiling portable-pty v0.8.1
2026-07-22T17:27:42.1190733Z    Compiling crossterm v0.28.1
2026-07-22T17:27:42.1601033Z    Compiling lru v0.12.5
2026-07-22T17:27:42.1791067Z    Compiling clap_derive v4.6.1
2026-07-22T17:27:42.2350540Z    Compiling strum v0.26.3
2026-07-22T17:27:42.3430398Z    Compiling iana-time-zone v0.1.65
2026-07-22T17:27:42.3621002Z    Compiling cassowary v0.3.0
2026-07-22T17:27:42.3707080Z    Compiling nucleo-matcher v0.3.1
2026-07-22T17:27:42.6476330Z    Compiling spt-term v0.40.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-07-22T17:27:42.7042906Z    Compiling chrono v0.4.45
2026-07-22T17:27:43.1580899Z    Compiling ratatui v0.29.0
2026-07-22T17:27:43.2990964Z    Compiling qrcode v0.14.1
2026-07-22T17:27:43.3077393Z    Compiling tempfile v3.27.0
2026-07-22T17:27:43.9530857Z    Compiling hyper-util v0.1.20
2026-07-22T17:27:44.2830483Z    Compiling clap v4.6.1
2026-07-22T17:27:45.4169796Z    Compiling spt-live v0.40.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-07-22T17:27:45.9555095Z    Compiling igd-next v0.17.1
2026-07-22T17:27:47.0881340Z    Compiling portmapper v0.16.0
2026-07-22T17:27:51.3012841Z    Compiling rustls-webpki v0.103.13
2026-07-22T17:27:53.6496006Z    Compiling tokio-rustls v0.26.4
2026-07-22T17:27:53.6496543Z    Compiling rustls-platform-verifier v0.7.0
2026-07-22T17:27:53.6496868Z    Compiling noq-proto v0.17.0
2026-07-22T17:27:53.7953877Z    Compiling hyper-rustls v0.27.9
2026-07-22T17:27:53.7954506Z    Compiling hickory-net v0.26.0-beta.4
2026-07-22T17:27:53.7955006Z    Compiling tokio-websockets v0.13.2
2026-07-22T17:27:53.9324200Z    Compiling reqwest v0.13.4
2026-07-22T17:27:54.8184028Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-22T17:28:08.7004981Z    Compiling spt-net v0.40.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-07-22T17:28:10.1437770Z    Compiling spt-daemon v0.40.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-07-22T17:28:19.3871531Z    Compiling spt v0.40.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-07-22T17:28:24.2537999Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 05s
2026-07-22T17:28:24.2755908Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-941b1c891af15240)
2026-07-22T17:28:24.2769755Z 
2026-07-22T17:28:24.2769993Z running 1 test
2026-07-22T17:28:30.4750287Z test new_brain_serves_against_old_broker ... ok
2026-07-22T17:28:30.4750601Z 
2026-07-22T17:28:30.4750868Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.20s
2026-07-22T17:28:30.4751244Z 
